home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / STATLINE.H < prev    next >
Text File  |  1991-01-11  |  681b  |  37 lines

  1. /*  Include file for - STATLINE.c   */
  2.  
  3.  
  4. #define IDM_NEW     1
  5. #define IDM_OPEN    2
  6. #define IDM_SAVE    3
  7. #define IDM_SAVEAS  4
  8. #define IDM_PRINT   5
  9. #define IDM_EXIT    6
  10.  
  11. #define IDM_UNDO    7
  12. #define IDM_CUT     8
  13. #define IDM_COPY    9
  14. #define IDM_PASTE   10
  15. #define IDM_CLEAR   11
  16. #define IDM_DELETE  12
  17.  
  18. #define IDM_SYS     13
  19. #define IDM_FILE    14
  20. #define IDM_EDIT    15
  21.  
  22. #define IDM_TONY    24
  23.  
  24. #define COUNT       24
  25.  
  26. typedef struct tagSTATUSDATA
  27.   {
  28.   WORD wCode;
  29.   char achMsg[80];
  30.   }  STATUSDATA;
  31.   
  32. #define IDC_ADDRESS   401
  33. #define IDC_CITY      402
  34. #define IDC_NAME      400
  35. #define IDC_STATE     403
  36. #define IDC_ZIP       404
  37.